Lines Matching full:owner
16 // Only used when the owner is "Split"
19 $scope.time = {mode: '', owner: ''}; property in $scope.time
21 ….com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Time/Owner.interface.yaml#L13
51 if (data.data[timePath + 'owner'] &&
52 data.data[timePath + 'owner'].hasOwnProperty('TimeOwner')) {
53 $scope.time.owner =
54 data.data[timePath + 'owner'].TimeOwner.split('.').pop();
94 if ($scope.time.mode == 'Manual' || $scope.time.owner == 'Split') {
121 // If owner is 'Split' set both.
122 // If owner is 'Host' set only it.
123 if ($scope.time.owner != 'Host') {
129 if ($scope.time.owner == 'Host') {
135 if ($scope.time.owner == 'Split') {
182 'xyz.openbmc_project.Time.Owner.Owners.' + $scope.time.owner);