/base/notification/common_event_service/interfaces/kits/cj/src/ |
H A D | common_event_defination.h | 38 bool isOrdered; member
|
H A D | common_event_manager_impl.cpp | 56 publishInfo.SetOrdered(options.isOrdered); in PublishEventWithData()
|
/base/notification/common_event_service/services/src/ |
H A D | common_event_sticky_manager.cpp | 128 std::string isOrdered; in DumpState() local 130 isOrdered = "\tIsOrdered: true\n"; in DumpState() 132 isOrdered = "\tIsOrdered: false\n"; in DumpState() 165 std::string dumpInfo = no + recordTime + pid + uid + bundleName + permission + isSticky + isOrdered + in DumpState()
|
H A D | common_event_control_manager.cpp | 1042 std::string isOrdered; in DumpStateByCommonEventRecord() local 1044 isOrdered = "\tIsOrdered: true\n"; in DumpStateByCommonEventRecord() 1046 isOrdered = "\tIsOrdered: false\n"; in DumpStateByCommonEventRecord() 1105 dumpInfo = recordTime + pid + uid + userId + bundleName + permission + isSticky + isOrdered + isSystemApp + in DumpStateByCommonEventRecord() 1156 std::string isOrdered; in DumpHistoryStateByCommonEventRecord() local 1158 isOrdered = "\tIsOrdered: true\n"; in DumpHistoryStateByCommonEventRecord() 1160 isOrdered = "\tIsOrdered: false\n"; in DumpHistoryStateByCommonEventRecord() 1219 dumpInfo = recordTime + pid + uid + userId + bundleName + permission + isSticky + isOrdered + isSystemApp + in DumpHistoryStateByCommonEventRecord()
|
/base/notification/common_event_service/tools/cem/include/ |
H A D | common_event_command.h | 64 bool isOrdered = false; member
|
/base/notification/common_event_service/tools/cem/src/ |
H A D | common_event_command.cpp | 84 publishInfo.SetOrdered(cmdInfo.isOrdered); in RunAsPublishCommand() 120 cmdInfo.isOrdered = true; in SetPublishCmdInfo()
|
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/ |
H A D | napi_common_event.h | 107 bool isOrdered = false; member 212 bool isOrdered = false; member 416 napi_value GetIsOrderedByPublish(const napi_env &env, const napi_value &value, bool &isOrdered);
|
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/ |
H A D | common_event.h | 92 bool isOrdered = false; member 197 bool isOrdered = false; member 392 napi_value GetIsOrderedByPublish(const napi_env &env, const napi_value &value, bool &isOrdered);
|
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/ |
H A D | common_event_parse.cpp | 724 napi_value GetIsOrderedByPublish(const napi_env &env, const napi_value &value, bool &isOrdered) in GetIsOrderedByPublish() argument 732 NAPI_CALL(env, napi_has_named_property(env, value, "isOrdered", &hasProperty)); in GetIsOrderedByPublish() 734 napi_get_named_property(env, value, "isOrdered", &result); in GetIsOrderedByPublish() 740 napi_get_value_bool(env, result, &isOrdered); in GetIsOrderedByPublish() 837 // argv[1]: CommonEventPublishData:isOrdered in ParseParametersByPublish() 838 if (GetIsOrderedByPublish(env, argv[1], commonEventPublishData.isOrdered) == nullptr) { in ParseParametersByPublish() 880 asyncCallbackInfo->commonEventPublishInfo.SetOrdered(commonEventPublishDatajs.isOrdered); in PaddingCallbackInfoPublish() 940 // argv[2]: CommonEventPublishData:isOrdered in ParseParametersByPublishAsUser() 941 if (GetIsOrderedByPublish(env, argv[COMMON_EVENT_PUBLISH_PARAM], commonEventPublishData.isOrdered) == nullptr) { in ParseParametersByPublishAsUser()
|
H A D | common_event.cpp | 437 asyncCallbackInfo->isOrdered = asyncResult->IsOrderedCommonEvent(); in IsOrderedCommonEvent() 439 asyncCallbackInfo->isOrdered = asyncCallbackInfo->subscriber->IsOrderedCommonEvent(); in IsOrderedCommonEvent() 451 napi_get_boolean(env, asyncCallbackInfo->isOrdered, &result); in IsOrderedCommonEvent()
|
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/ |
H A D | napi_common_event.cpp | 947 bool isOrdered = false; in IsOrderedCommonEventSync() local 951 isOrdered = asyncResult->IsOrderedCommonEvent(); in IsOrderedCommonEventSync() 953 isOrdered = subscriber->IsOrderedCommonEvent(); in IsOrderedCommonEventSync() 957 napi_get_boolean(env, isOrdered, &result); in IsOrderedCommonEventSync() 1334 asyncCallbackInfo->isOrdered = asyncResult->IsOrderedCommonEvent(); in IsOrderedCommonEvent() 1336 asyncCallbackInfo->isOrdered = asyncCallbackInfo->subscriber->IsOrderedCommonEvent(); in IsOrderedCommonEvent() 1346 napi_get_boolean(env, asyncCallbackInfo->isOrdered, &result); in IsOrderedCommonEvent()
|
H A D | common_event_parse.cpp | 871 napi_value GetIsOrderedByPublish(const napi_env &env, const napi_value &value, bool &isOrdered) in GetIsOrderedByPublish() argument 879 NAPI_CALL(env, napi_has_named_property(env, value, "isOrdered", &hasProperty)); in GetIsOrderedByPublish() 881 napi_get_named_property(env, value, "isOrdered", &result); in GetIsOrderedByPublish() 889 napi_get_value_bool(env, result, &isOrdered); in GetIsOrderedByPublish() 994 // argv[1]: CommonEventPublishData:isOrdered in ParseParametersByPublish() 995 if (GetIsOrderedByPublish(env, argv[1], commonEventPublishData.isOrdered) == nullptr) { in ParseParametersByPublish() 1038 asyncCallbackInfo->commonEventPublishInfo.SetOrdered(commonEventPublishDatajs.isOrdered); in PaddingCallbackInfoPublish() 1103 // argv[2]: CommonEventPublishData:isOrdered in ParseParametersByPublishAsUser() 1104 if (GetIsOrderedByPublish(env, argv[ARGS_DATA_TWO], commonEventPublishData.isOrdered) == nullptr) { in ParseParametersByPublishAsUser()
|